SftTree/OCX 7.0

SftTreeFooters.EdgeHorizontalColor Property

Softel vdm, Inc.

Defines the color used to draw all horizontal edges around headers/footers.

Syntax       

Get

VB.NET

Clr = object.EdgeHorizontalColor  As UIntegerLanguage-specific information

VB

Clr = object.EdgeHorizontalColor  As OLE_COLOR

C#.NET

uintLanguage-specific information Clr = object.EdgeHorizontalColor;

VC++

OLE_COLOR Clr = object->EdgeHorizontalColor;
OLE_COLOR Clr = object->GetEdgeHorizontalColor();

C

HRESULT object->get_EdgeHorizontalColor(OLE_COLOR* Clr);

Delphi

Clr := object.EdgeHorizontalColor  : Cardinal;

Put

VB.NET

object.EdgeHorizontalColor = Clr  As UIntegerLanguage-specific information

VB

object.EdgeHorizontalColor = Clr  As OLE_COLOR

C#.NET

uintLanguage-specific information object.EdgeHorizontalColor = Clr;

VC++

OLE_COLOR object->EdgeHorizontalColor = Clr;
void object->PutEdgeHorizontalColor(OLE_COLOR Clr);

C

HRESULT object->put_EdgeHorizontalColor(OLE_COLOR Clr);

Delphi

object.EdgeHorizontalColor := Clr  : Cardinal;

object

A SftTreeFooters object.

Clr

Defines the color used to draw all horizontal edges around headers/footers. For information about color properties, please visit the applicable section "Using SftTree/OCX with ...".

Comments

The EdgeHorizontalColor property defines the color used to draw all horizontal edges around headers/footers.

Column headers, column footers, row headers, row/column headers and row/column footers have numerous color properties to define their appearance. The colors defined using EdgeHorizontalColor and EdgeVerticalColor are not part of the headers or footers. They are used to separate display elements from each each other. The EdgeVerticalColor property is used to the right of each column header to separate individual column headers, to the right of row headers, to the right of the row/column header and row/column footer. The EdgeHorizontalColor property is used below each column header, below each row header, below the row/column header and above the row/column footer and column footers.

While many objects have an EdgeVerticalColor and EdgeHorizontalProperty property (like Headers, Footers, Items, RowHeaders, RowColumnHeader, RowColumnFooter), they are all synonyms and by changing one property value, all objects will reflect the new color value.

See Also  SftTreeFooters Object | Object Hierarchy


Feedback / comments / error reports for this topic
© 2015 - Softel vdm, Inc. - www.softelvdm.com